runtime.atomicMSpanPointer.Load (method)

3 uses

	runtime (current package)
		mspanset.go#L198: 	s := block.spans[bottom].Load()
		mspanset.go#L203: 		s = block.spans[bottom].Load()
		mspanset.go#L406: func (p *atomicMSpanPointer) Load() *mspan {